object frmSrchPars: TfrmSrchPars Left = 443 Top = 321 Width = 596 Height = 241 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object GBAcc: TInfuGroupBox Left = 8 Top = 4 Width = 176 Height = 66 TabOrder = 0 object EditAcc: TInfuEdit Left = 8 Top = 35 Width = 160 Height = 21 TabOrder = 1 OnKeyPress = EditAccKeyPress end object CheckBoxAcc: TInfuCheckBox Left = 8 Top = 12 Width = 161 Height = 17 Caption = '_Search by account' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False State = cbChecked TabOrder = 0 OnClick = CheckBoxAccClick end end object GBGlobal: TInfuGroupBox Left = 191 Top = 4 Width = 391 Height = 204 TabOrder = 3 object BevelDiv: TInfuBevel Left = 196 Top = 26 Width = 9 Height = 153 Shape = bsLeftLine end object LabelNick: TInfuLabel Left = 26 Top = 36 Width = 54 Height = 13 Alignment = taRightJustify Caption = '_Nick name' end object LabelFirst: TInfuLabel Left = 24 Top = 60 Width = 56 Height = 13 Alignment = taRightJustify Caption = '_First name' end object LabelLast: TInfuLabel Left = 25 Top = 84 Width = 55 Height = 13 Alignment = taRightJustify Caption = '_Last name' end object LabelGender: TInfuLabel Left = 39 Top = 108 Width = 41 Height = 13 Alignment = taRightJustify Caption = '_Gender' end object LabelAge: TInfuLabel Left = 55 Top = 132 Width = 25 Height = 13 Alignment = taRightJustify Caption = '_Age' end object LabelMarital: TInfuLabel Left = 9 Top = 156 Width = 71 Height = 13 Alignment = taRightJustify Caption = '_Marital status' end object LabelCountry: TInfuLabel Left = 228 Top = 36 Width = 45 Height = 13 Alignment = taRightJustify Caption = '_Country' end object LabelCity: TInfuLabel Left = 248 Top = 60 Width = 25 Height = 13 Alignment = taRightJustify Caption = '_City' end object LabelLang: TInfuLabel Left = 220 Top = 84 Width = 53 Height = 13 Alignment = taRightJustify Caption = '_Language' end object LabelOccup: TInfuLabel Left = 213 Top = 108 Width = 60 Height = 13 Alignment = taRightJustify Caption = '_Occupation' end object LabelInts: TInfuLabel Left = 223 Top = 132 Width = 50 Height = 13 Alignment = taRightJustify Caption = '_Interests' end object LabelKeys: TInfuLabel Left = 220 Top = 156 Width = 53 Height = 13 Alignment = taRightJustify Caption = '_Keywords' end object EditNick: TInfuEdit Left = 83 Top = 32 Width = 106 Height = 21 TabOrder = 1 OnKeyPress = EditNickKeyPress end object CheckBoxGlobal: TInfuCheckBox Left = 8 Top = 12 Width = 185 Height = 17 Caption = '_Global search' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = CheckBoxGlobalClick end object EditFirst: TInfuEdit Left = 83 Top = 56 Width = 106 Height = 21 TabOrder = 2 OnKeyPress = EditNickKeyPress end object EditLast: TInfuEdit Left = 83 Top = 80 Width = 106 Height = 21 TabOrder = 3 OnKeyPress = EditNickKeyPress end object EditKeys: TInfuEdit Left = 276 Top = 152 Width = 106 Height = 21 TabOrder = 12 OnKeyPress = EditNickKeyPress end object EditCity: TInfuEdit Left = 276 Top = 56 Width = 106 Height = 21 TabOrder = 8 OnKeyPress = EditNickKeyPress end object CBGender: TInfuComboBox Left = 83 Top = 104 Width = 106 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 4 OnDropDown = CBGenderDropDown end object CBAge: TInfuComboBox Left = 83 Top = 128 Width = 106 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 5 OnDropDown = CBGenderDropDown Items.Strings = ( '' '13-17' '18-22' '23-29' '30-39' '40-49' '50-59' '60 ...') end object CBMarital: TInfuComboBox Left = 83 Top = 152 Width = 106 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 6 OnDropDown = CBGenderDropDown end object CBCountry: TInfuComboBox Left = 276 Top = 32 Width = 106 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 7 OnDropDown = CBGenderDropDown end object CBLang: TInfuComboBox Left = 276 Top = 80 Width = 106 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 9 OnDropDown = CBGenderDropDown end object CBOcc: TInfuComboBox Left = 276 Top = 104 Width = 106 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 10 OnDropDown = CBGenderDropDown end object CBInts: TInfuComboBox Left = 276 Top = 128 Width = 106 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 11 OnDropDown = CBGenderDropDown end object CheckBoxOnline: TInfuCheckBox Left = 276 Top = 180 Width = 104 Height = 17 Caption = '_Online only' TabOrder = 13 OnClick = CheckBoxOnlineClick end end object GBEmail: TInfuGroupBox Left = 8 Top = 73 Width = 176 Height = 66 TabOrder = 1 object EditEmail: TInfuEdit Left = 8 Top = 35 Width = 160 Height = 21 TabOrder = 1 OnKeyPress = EditEmailKeyPress end object CheckBoxEmail: TInfuCheckBox Left = 8 Top = 12 Width = 161 Height = 17 Caption = '_Search by Email' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = CheckBoxEmailClick end end object GBKey: TInfuGroupBox Left = 8 Top = 142 Width = 176 Height = 66 TabOrder = 2 object EditKey: TInfuEdit Left = 8 Top = 35 Width = 160 Height = 21 TabOrder = 1 OnKeyPress = EditKeyKeyPress end object CheckBoxKey: TInfuCheckBox Left = 8 Top = 12 Width = 161 Height = 17 Caption = '_Search by keyword' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = CheckBoxKeyClick end end end